Person playing on drums by Isaiah Colson is licensed under CC0
Bang Bang: Drumming the nulls from your code
When converting Java code to Kotlin code, there’s a good chance you’ll see a bunch of double bang operators. Rather than leaving these to error, you want to make these places null safe. Here we discuss some options to handle null in Kotlin.